Skip to content

Commit

Permalink
Merge pull request harvesthq#199 from harvesthq/abstract-chosen
Browse files Browse the repository at this point in the history
Introduce abstract-chosen, try to start sharing more code between platforms
  • Loading branch information
pfiller committed Sep 30, 2011
2 parents 1e49c19 + 47b7b4d commit 4a48fbc
Show file tree
Hide file tree
Showing 9 changed files with 580 additions and 569 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1 +1,2 @@
.DS_Store
.DS_Store
node_modules
6 changes: 4 additions & 2 deletions Cakefile
Expand Up @@ -11,12 +11,14 @@ CoffeeScript = require 'coffee-script'

javascripts = {
'chosen/chosen.jquery.js': [
'coffee/chosen.jquery.coffee'
'coffee/lib/select-parser.coffee'
'coffee/lib/abstract-chosen.coffee'
'coffee/chosen.jquery.coffee'
]
'chosen/chosen.proto.js': [
'coffee/chosen.proto.coffee'
'coffee/lib/select-parser.coffee'
'coffee/lib/abstract-chosen.coffee'
'coffee/chosen.proto.coffee'
]
}

Expand Down

0 comments on commit 4a48fbc

Please sign in to comment.