Browse Source

#8: * requirejs

pull/10/head
RubaXa 11 years ago
parent
commit
616be9f137
  1. 2
      Sortable.js
  2. 2
      Sortable.min.js
  3. 2
      bower.json

2
Sortable.js

@ -9,7 +9,7 @@
"use strict"; "use strict";
if( typeof define === "function" && define.amd ){ if( typeof define === "function" && define.amd ){
define("Sortable", [], factory); define(factory);
} }
else { else {
window["Sortable"] = factory(); window["Sortable"] = factory();

2
Sortable.min.js vendored

File diff suppressed because one or more lines are too long

2
bower.json

@ -1,7 +1,7 @@
{ {
"name": "Sortable", "name": "Sortable",
"main": "Sortable.js", "main": "Sortable.js",
"version": "0.1.5", "version": "0.1.6",
"homepage": "http://rubaxa.github.io/Sortable/", "homepage": "http://rubaxa.github.io/Sortable/",
"authors": [ "authors": [
"RubaXa <ibnRubaXa@gmail.com>" "RubaXa <ibnRubaXa@gmail.com>"

Loading…
Cancel
Save