a is undefined error
I'm gettting this error: "a is undefined" /*!
- typeahead.js 0.10.1
- https://github.com/twitter/typeahead.js
- Copyright 2013 Twitter, Inc. and other contributors; Licensed MIT */
!function(a){var b={isMsie:function(){return/(msie|trident)/i.test(navigator.userAgent)?navigator.userAgent.match(/(msie |rv:
i'm using the component like this
c:Typeahead object="Contracting_Entity__c" destinationForSelectedId="Contracting_Entity_Id"/
apex:inputText id="Contracting_Entity_Id" value="{!contractingEntitySearchText}" /
apex:commandButton value="Go!" action="{!doContractingEntitySearch}"
rerender="block" status="status"/
All "doContractingEntitySearch" does is run a query that refers to the variable contractingEntitySearchText as a parameter
but instead of return the query results the page goes to a blank page and throws the error above