faulknercs / Knockstrap

Knockout bindings to twitter bootstrap 3
faulknercs.github.io/Knockstrap/
MIT License
142 stars 37 forks source link

Prioritise loading reference to knockout and jQuery from global context #36

Closed petemill closed 8 years ago

petemill commented 8 years ago

Fixes #35

If knockout and jQuery are defined on the global context already, then there is no need to call those libraries again. Doing so would most likely create conflicts anyway.

faulknercs commented 8 years ago

Thanks for contributing!

petemill commented 8 years ago

Great. Can you do an npm publish? Thanks

faulknercs commented 8 years ago

Yes, I can. I will do it soon.

petemill commented 8 years ago

Thanks @faulknercs