SteveSanderson / knockout-es5

Knockout.js meets ECMAScript 5 properties
158 stars 39 forks source link

No way to use with require.js #22

Closed michaeldewayneharris closed 9 years ago

michaeldewayneharris commented 9 years ago

Even when using a shim as in the example here: http://stackoverflow.com/questions/22113999/using-knockout-es5-plugin-in-amd-module

ko.track is undefined.

michaeldewayneharris commented 9 years ago

looks like this is a previous bug that someone else has found the solution to https://github.com/SteveSanderson/knockout-es5/pull/10

michaeldewayneharris commented 9 years ago

require then promptly breaks with the knockout-es5 mapping plugin. https://github.com/CarlosOnline/knockout.es5.mapping

SteveSanderson commented 9 years ago

Fixed