Changes between Version 12 and Version 13 of Triggers


Ignore:
Timestamp:
Jun 24, 2014, 9:23:18 PM (10 years ago)
Author:
Radagast
Comment:

code typo , -> . (dereferencing operator/property access)

Legend:

Unmodified
Added
Removed
Modified
  • Triggers

    v12 v13  
    5656{{{
    5757#!js
    58 Trigger,prototype.MyAction = function(data)
     58Trigger.prototype.MyAction = function(data)
    5959{
    6060    var entities = this.GetRelevantEntities(data.player);