Browse Source

Add visibily.js version 0.1.0.

pull/234/head
Evan Theurer 11 years ago
parent
commit
1d35399fee
  1. 1
      static/js/services/visibility.js

1
static/js/services/visibility.js

@ -18,6 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
* *
*/ */
// Version 0.1.0
"use strict"; "use strict";
define(['visibly'], function(visibly) { define(['visibly'], function(visibly) {

Loading…
Cancel
Save