diff --git a/Src/ko.validation.start.frag b/Src/ko.validation.start.frag index 5c93c3c2..ec4251d9 100644 --- a/Src/ko.validation.start.frag +++ b/Src/ko.validation.start.frag @@ -15,7 +15,7 @@ } }(function ( ko, exports ) { - if (typeof (ko) === undefined) { throw 'Knockout is required, please ensure it is loaded before loading this validation plug-in'; } + if (typeof (ko) === 'undefined') { throw 'Knockout is required, please ensure it is loaded before loading this validation plug-in'; } // create our namespace object ko.validation = exports;